home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Most Valuable Games 1
/
Most Valuable Games I (MVP Publishing)(February 1995).iso
/
games
/
_hocus
/
apogee.bat
< prev
next >
Wrap
DOS Batch File
|
1994-10-01
|
408b
|
20 lines
@echo off
if "%1"=="1" goto unpack
:message
echo.
echo This batch file is a remnant of having installed an Apogee game
echo on your hard drive. It serves no other purpose, and may be deleted.
echo Deleting this batch file will not affect your game whatsoever.
echo.
echo -- Apogee Technical Support
echo.
goto end
:unpack
hp_1bbs.exe
if exist hp_1bbs.exe del hp_1bbs.exe
goto end
:end